home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00021_Mid Intro Frame Script.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  262 b   |  17 lines

  1. on exitFrame
  2.   aLoadSeries("BGirl", 1)
  3.   startTimer()
  4.   repeat while the timer < 120
  5.   end repeat
  6. end
  7.  
  8. on keyDown
  9.   if the key = RETURN then
  10.     if the machineType = 256 then
  11.       go(label("little") + 1)
  12.     else
  13.       go("Main Screen")
  14.     end if
  15.   end if
  16. end
  17.